home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / sys / run44.readme < prev    next >
Text File  |  2000-05-02  |  3KB  |  114 lines

  1. Short:    Run with detach + more! V44.1
  2. Author:   piru@innocent.com (Harry "Piru" Sintonen)
  3. Uploader: piru@innocent.com (Harry "Piru" Sintonen)
  4. Version:  44.1
  5. Type:     util/sys
  6. Requires: AmigaOS 3.0 or better
  7.  
  8. Way back when I had A500 with AmigaOS 1.3 I had program called
  9. RunBack, it was able to launch programs on the backgroud. I
  10. happily forgot it when I upgraded to AmigaOS 2.
  11.  
  12. Nowadays with fast CPUs and harddrives I load 10 mb worth of
  13. programs in my system startup. Many of the programs require
  14. that they are `run'. And every one of them appears in `status'
  15. process list. I wasn't too annoyed by this, until the first
  16. available CLI number was above 20. I decided to do something
  17. about it. Result is run v44.
  18.  
  19. Run v44 replaces AmigaOS 3.0+ internal `run' command and is
  20. 100% backwards compatible. It is loosely based on internal
  21. run command in Kickstart 3.1.
  22.  
  23. Run v44 is written by Harry "Piru" Sintonen and is freeware,
  24. also the full assembler source code is included. Enjoy!
  25.  
  26.  
  27.   USAGE
  28.  
  29. Format:         RUN [DETACH] [QUIET] [STACK <stacksize>]
  30.                 [PRI <priority>] <command> [+ {command}]
  31.  
  32. Template:       DETACH/S,QUIET/S,STACK/K/N,PRI/K/N,COMMAND/F
  33.  
  34. Purpose:        Execute command in the background.
  35.  
  36. Specification:
  37.  
  38. STACK specifies stack size and PRI priority for the background
  39. process.
  40.  
  41. If DETACH switch is used the new background process will not be
  42. have CLI number assigned to it. Unless you specify QUIET switch
  43. the new process will open input and output streams to current
  44. console. QUIET redirects DETACHed process input and output to
  45. NIL:.
  46.  
  47. Note that if you use DETACH you can not redirect command output
  48. (ie. use `run <>nil: detach command >file'). Also to supress
  49. command output, you must use QUIET. If you need the command
  50. output don't use DETACH.
  51.  
  52. QUIET is DETACH only option. STACK and PRI work for normal
  53. `runs' too.
  54.  
  55. For other `run' features see your AmigaDOS manual.
  56.  
  57. Final note: you can not use command1 + command2 feature with
  58. DETACH.
  59.  
  60.  
  61.   INSTALLATION
  62.  
  63. Copy run to directory of your choice (preferably c: -dir). Make
  64. sure run has PURE protection bit set, if not use:
  65.  
  66. protect c:run p add
  67.  
  68.  
  69. Add following to s:user-startup:
  70.  
  71. resident run remove
  72. resident c:run add
  73.  
  74. After these lines you can use new features of run v44.
  75.  
  76.  
  77. Advanced users may want to activate run already in
  78. s:startup-sequence.
  79.  
  80.  
  81.   COPYRIGHTS
  82.  
  83. Amiga and AmigaOS are Copyrighted. See your favorite amiga news
  84. service for the name of the current owner. ;)
  85.  
  86. Run44 package is Copyright © 2000 by Harry Sintonen. Run44 is
  87. freeware.
  88.  
  89. Please note that run v44 is not part of official AmigaOS 3.5
  90. release, even though program version might suggest that.
  91.  
  92.  
  93.   DISCLAIMER
  94.  
  95. I take no responsibility whatsoever if something should fail.
  96. #include <standard-disclaimer.h>
  97.  
  98.  
  99.   AUTHOR
  100.  
  101. Harry "Piru" Sintonen
  102.  
  103.  
  104. ============================= Archive contents =============================
  105.  
  106. Original  Packed Ratio    Date     Time    Name
  107. -------- ------- ----- --------- --------  -------------
  108.        0       0  0.0% 07-Mar-00 23:16:18 +
  109.     1980    1483 25.1% 27-Jan-00 20:36:16 +run
  110.    24822    8765 64.6% 27-Jan-00 20:36:20 +run.ASM
  111.     2797    1455 47.9% 08-Mar-00 00:11:08  run44.readme
  112. -------- ------- ----- --------- --------
  113.    29599   11703 60.4% 09-Mar-100 09:52:30   4 files
  114.